home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 6 / MacMania 6.toast / / Internet software / PageSpinner 2.01 / Documentation / About WorldScript next >
Text File  |  1997-06-11  |  2KB  |  23 lines

  1. About WorldScript
  2.  
  3. PageSpinner  is WorldScript II-compliant. WorldScript input with e. g., Japanese input should work if the file is saved as Mac Text.
  4.  
  5. Use the Default Filing options… in the File:Preferences menu to set the default file format to Mac TEXT.
  6.  
  7. Select which fonts to use in the Fonts... option in the File:Preferences menu.
  8.  
  9. To make older files or the files included in the JavaScript and Examples folders compatible with WorldScript you will need to open the file and use the Set Filing Options… in the File menu to set the file to be saved as Mac TEXT.
  10.  
  11. If you are using  the template-based Database publishing kit, TextSpinner or MailSpinner you need to edit each template file and use the menu File : Set Filing Options... to set the file to be saved in the format Mac TEXT.
  12.  
  13. About 2-byte characters in comments and JavaScript
  14. 2-byte characters are by default not supported in HTML comments and JavaScript, because the font used for comments are preset to Monaco 9.
  15.  
  16. If you want a 2-byte compatible font to be used, you need to change the font name for the Comment, Script and possibly the Example tag. You can do this by editing the following rows in the file in the file "HTML Tags". The file is located in PageSpinner's "Settings" folder. Open the file with a text editor and change the text "Monaco" to the name of the fixed font that support 2-byte characters in your system.
  17.  
  18. <XMP>    </XMP>    726    Example Code    0    9    1    Monaco
  19. <SCRIPT>    </SCRIPT>    0    Java Script    0    9    1    Monaco
  20. <!--    -->    588    Comment    0    9    1    Monaco
  21.  
  22. Read more about how to do this in the file "tech_notes.html" located in the "Documentation" folder.
  23.